ASP.NET Core MVC コントロールヘルプ
ItemFormatter メソッド (FlexGridBaseBuilder<T,TControl,TBuilder>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > FlexGridBaseBuilder<T,TControl,TBuilder> クラス : ItemFormatter メソッド
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.ItemFormatter. Sets a formatter function used to customize cells on this grid.
シンタックス
'宣言
 
Public Overridable Function ItemFormatter( _
   ByVal value As System.String _
) As TBuilder
public virtual TBuilder ItemFormatter( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
The formatter function can add any content to any cell. It provides complete flexibility over the appearance and behavior of grid cells.
参照

FlexGridBaseBuilder<T,TControl,TBuilder> クラス
FlexGridBaseBuilder<T,TControl,TBuilder> メンバ